home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / lg / mapit20 / orbits.sim < prev    next >
Text File  |  1998-04-15  |  646b  |  28 lines

  1. ; orbits.sim  -  test Orbits - type 9. 
  2. Output DBF: C:gps
  3.  
  4. delta time 60
  5. simulation rate 1000         ; Ineffective if delta time defined
  6. ;stop at 01-02-70,07:27
  7. stop at 02-JANuary-1970,07:27:35
  8.  
  9. 07:27  DEFINE 153  40 -140  
  10.         period   1:30         COLOR 9  heading 070
  11.         for 3:30              ; Stops orbit
  12.  
  13. 07:27  DEFINE SUN  0 20
  14.         fixed
  15.         COLOR 7  heading 270
  16.  
  17. 07:27  DEFINE GEO  -40 20
  18.         geosynchronous  COLOR 7  heading 90
  19.  
  20. 07:27  DEFINE Polar  0 20
  21.         period   1:30
  22.         COLOR 6  heading 0
  23.  
  24. ;07:27  DEFINE Constant  0 20
  25. ;        period   1:30
  26. ;        COLOR 5  heading -4
  27.  
  28.